ComponentOne PDF for .NET
FillPath(Brush,PointF[],Byte[],Boolean) Method

C1.C1Pdf.4 Assembly > C1.C1Pdf Namespace > C1PdfDocument Class > FillPath Method : FillPath(Brush,PointF[],Byte[],Boolean) Method
The System.Drawing.Brush used to fill the path.
The path points to fill.
The path types to fill.
The winding fill mode flag to draw, by default alternate fill mode.
Fills a path defined by points and types.
Syntax
'Declaration
 
Public Overloads Sub FillPath( _
   ByVal brush As System.Drawing.Brush, _
   ByVal points() As System.Drawing.PointF, _
   ByVal types() As System.Byte, _
   ByVal winding As System.Boolean _
) 
public void FillPath( 
   System.Drawing.Brush brush,
   System.Drawing.PointF[] points,
   System.byte[] types,
   System.bool winding
)

Parameters

brush
The System.Drawing.Brush used to fill the path.
points
The path points to fill.
types
The path types to fill.
winding
The winding fill mode flag to draw, by default alternate fill mode.
See Also

Reference

C1PdfDocument Class
C1PdfDocument Members
Overload List